.slic .image img{height:100PX;}


.products {
  width: 100%;
  padding: 10% 0;
  max-height: 1100px;
  background: url('../../images/cpbj.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}
.products > div {
  position: relative;
}
.products .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .top .left div:nth-child(1) {
  font-size: 38px;
  font-weight: bold;
}
.products .top .left div:nth-child(2) {
  font-size: 18px;
  margin-top: 8px;
}
.products .slider {
  position: relative;
}
.products .slider .slic {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 5% 0;
  column-gap: 3vw;
}
.products .slider .item {
  width: 23%;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s;
}
.products .slider .item .name {
  padding: 0 20px;font-size:18px;
}
.products .slider .item.ee {
  position: absolute;
  right: calc(-25% - 40px);
}
.products .slider .item.active {
  color: #114197;
  outline: 2px solid var(--blue);
}
.products .slider1 {
  display: none;
}
.products .productsItems {
  min-height: 490px;
  overflow: hidden;
}
.products .productDesc {
  display: flex;
  column-gap: 12px;
}
.products .productDesc a {
    width: 50%;
    display: block;
}
.products .productDesc .productImage {
  height: 100%;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products .productDesc .productImage img {
  width: 80%;

}
.products .productDesc .desc {
  width: 49%;
  height: 100%;
  padding: 25px;
  background-color: #fff;
  box-shadow: 10px 10px 0 2px rgba(255, 255, 255, 0.3);
}
.products .productDesc .desc .title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 3px solid #114197;
  color: #114197;
}
.products .productDesc .desc .descSection {
  line-height: 1.7;
}
.products .productDesc .desc .picListee {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-top: 41px;
}
.products .productDesc .desc .picListee > div {
  width: 110px;
  height: 100%;
  min-height: 90px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.products .productDesc .desc .picListee > div > div {
  padding: 0 16px;
  padding-top: 6px;
  overflow: hidden;
}
.products .productDesc .desc .picListee > div > div:nth-child(1) {
  width: 110px;
  height: 90px;
}
.products .productDesc .desc .picListee > div img {
  width: 110px;
  height: 90px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.products .productDesc .desc .picListee > div img:hover {
  transform: scale(1.1);
}
.products .b {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.products .b .rrrp {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: '宋体';
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.products .b .rrrp:hover {
  background-color: #114197;
}
.products .b > div {
  margin-bottom: 35px;
}
.products .b > div:last-child {
  margin: 0;
}
.products .prev {
  left: -69px;
}
.products .next {
  right: -69px;
}
